home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / modeltog3s.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  1999-01-11  |  2.1 KB  |  104 lines

  1. object MainForm: TMainForm
  2.   Left = 396
  3.   Top = 109
  4.   Width = 361
  5.   Height = 276
  6.   AutoSize = True
  7.   Caption = 'G3S Import Utility'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 353
  21.     Height = 249
  22.     Caption = 'g3s Import'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 62
  27.       Width = 33
  28.       Height = 13
  29.       Caption = 'g3s file'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 8
  33.       Top = 26
  34.       Width = 50
  35.       Height = 13
  36.       Caption = 'Source file'
  37.     end
  38.     object SourceButton: TButton
  39.       Left = 320
  40.       Top = 24
  41.       Width = 25
  42.       Height = 25
  43.       Caption = '...'
  44.       TabOrder = 0
  45.       OnClick = SourceButtonClick
  46.     end
  47.     object SourceFileEdit: TEdit
  48.       Left = 64
  49.       Top = 24
  50.       Width = 257
  51.       Height = 21
  52.       ReadOnly = True
  53.       TabOrder = 1
  54.     end
  55.     object G3SButton: TButton
  56.       Left = 320
  57.       Top = 56
  58.       Width = 25
  59.       Height = 25
  60.       Caption = '...'
  61.       TabOrder = 2
  62.       OnClick = G3SButtonClick
  63.     end
  64.     object g3sFileEdit: TEdit
  65.       Left = 64
  66.       Top = 56
  67.       Width = 257
  68.       Height = 21
  69.       ReadOnly = True
  70.       TabOrder = 3
  71.     end
  72.     object InfoMemo: TMemo
  73.       Left = 64
  74.       Top = 120
  75.       Width = 281
  76.       Height = 121
  77.       ReadOnly = True
  78.       TabOrder = 4
  79.     end
  80.     object ImportButton: TButton
  81.       Left = 64
  82.       Top = 88
  83.       Width = 281
  84.       Height = 25
  85.       Caption = 'Import'
  86.       TabOrder = 5
  87.       OnClick = ImportButtonClick
  88.     end
  89.   end
  90.   object OpenDialog: TOpenDialog
  91.     Filter = '3D Studio Max (*.3ds)|*.3ds'
  92.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  93.     Left = 8
  94.     Top = 160
  95.   end
  96.   object SaveDialog: TSaveDialog
  97.     DefaultExt = 'g3s'
  98.     Filter = 'GenesisII 3D model (*.g3s)|*.g3s'
  99.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  100.     Left = 8
  101.     Top = 192
  102.   end
  103. end
  104.